3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
The clipType field of a clip data structure (of type TQAClip ) specifies a clip type. You use these constants to assign a value to that field.
typedef enum TQAClipType {
kQAClipRgn = 0,
kQAClipWin32Rgn = 1
} TQAClipType;
Previous | QD3D Book | Overview | Chapter Contents | Next |